home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
text
/
tex
/
tpp410n.lha
/
TPPGlobal.lha
/
rexx
/
tpl
/
SDVItoFront.tpl
< prev
next >
Wrap
Text File
|
1992-05-02
|
228b
|
8 lines
/* Brings the previewer "ShowDVI" to frontmost screen */
IF SHOW('P', 'showdvi') THEN
ADDRESS "showdvi" tofront
ADDRESS "showdvi" activate
END
ELSE ADDRESS 'TextPlus' 'Display' 'ShowDVI is not running.'